home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1994 March / Internet Info CD-ROM (Walnut Creek) (March 1994).iso / networking / terms / kermit / b / ckvaaa.hlp < prev    next >
Encoding:
Text File  |  1993-08-07  |  5.5 KB  |  147 lines

  1. CKVAAA.HLP                                                          August 1993
  2.  
  3.               C-KERMIT FILES FOR VMS AND OPENVMS
  4.  
  5.  
  6. All files for VMS C-Kermit have names beginning with CK.  Those particular
  7. to VMS begin with CKV.  Those that VMS C-Kermit share in common with other
  8. C-Kermit implementations begin with CKC or CKU.  When retrieving these files
  9. via ftp from kermit.columbia.edu (watsun.cc.columbia.edu), which is a UNIX
  10. system, use only lowercase letters in filenames.
  11.  
  12. C-Kermit 5A(189) bears the following copyright notice:
  13.  
  14.   Copyright (C) 1985, 1993, Trustees of Columbia University in the City of New
  15.   York.  The C-Kermit software may not be, in whole or in part, licensed or
  16.   sold for profit as a software product itself, nor may it be included in or
  17.   distributed with commercial products or otherwise distributed by commercial
  18.   concerns to their clients or customers without written permission of the
  19.   Office of Kermit Development and Distribution, Columbia University.  This
  20.   copyright notice must not be removed, altered, or obscured.
  21.  
  22. DOCUMENTATION
  23.  
  24.   C-Kermit 5A is documented in the book "Using C-Kermit" by Frank da Cruz
  25.   and Christine M. Gianone, 1993, Digital Press, Burlington, MA, USA.  Digital
  26.   Press ISBN: 1-55558-108-0; Prentice-Hall ISBN: 0-13-037490-3.  Price: US
  27.   $34.95.  In USA, call DECdirect at 1-800-344-4825, refer to order number
  28.   EY-J896E-DP.
  29.  
  30. VMS C-Kermit Files:
  31.  
  32. CKVAAA.HLP - This file.
  33.  
  34. CKVINS.DOC - VMS C-Kermit installation instructions.
  35.  
  36. CKVKER.HLP - Help file for VMS C-Kermit, to be installed in the system
  37. HELP library.
  38.  
  39. CKCKER.UPD - Updates to C-Kermit since "Using C-Kermit was published.
  40.  
  41. CKCKER.BWR - General C-Kermit "Beware file"
  42.  
  43. CKVKER.BWR - VMS-specific C-Kermit "Beware File"
  44.  
  45. CKVKER.HEX - A hexified version of C-Kermit for VAX/VMS that can be decoded
  46. back into an .EXE file using the CKVDEH program.  This version was built with
  47. no network support under VAX/VMS 5.5-1 and should run on (Open)VMS
  48. 5-point-anything.
  49.  
  50.   NOTE: All CKV*.HEX files are text files composed only of 7-bit ASCII
  51.   printable characters, arranged in lines, suitable for BITNET transfers,
  52.   e-mail, etc.  They are to be decoded back into their original VMS form
  53.   with the CKVDEH program, which is available for both VAX and AXP.
  54.   For details, please read the CKVDEH.HLP file.
  55.  
  56. CKVAXP.HEX - A hexified version of C-Kermit for OpenVMS AXP.  This version was
  57. built with no network support under OpenVMS AXP 1.0 or 1.5.
  58.  
  59. CKVVUCX.HEX - A hexified version of C-Kermit for VAX/VMS 5.x with DEC TCP/IP
  60. (UCX) network support.  It should also be possible to use this one on a
  61. MultiNet system.
  62.  
  63. CKVVTGV.HEX - A hexified version of C-Kermit for VAX/VMS 5.x with TGV MultiNet
  64. network support.
  65.  
  66. CKVVWIN.HEX - A hexified version of C-Kermit for VAX/VMS 5.x with Wollongong
  67. WIN/TCP network support.
  68.  
  69. CKVAUCX.HEX - A hexified version of C-Kermit for OpenVMS AXP 1.x with DEC
  70. TCP/IP (UCX) network support.  It should also be possible to use this one on
  71. a MultiNet AXP VMS system if CKVATGV.HEX is not available.
  72.  
  73. CKVATGV.HEX - (not yet available)
  74.  
  75. CKVAWIN.HEX - (not yet available)
  76.  
  77. CKVHEX.MAR - A VAX assembly language program for converting VMS .EXE files
  78. (or any other type of file) into a printable text "hex" file suitable for
  79. transmission via text-oriented media.
  80.  
  81. CKVDEH.MAR - A VAX assembly language program for converting a .HEX file built
  82. with the CKVHEX program back into its original form.
  83.  
  84. CKVDEH.HLP - Help text for CKVHEX and CKVDEH, including build instructions.
  85.  
  86.  
  87. Files for building C-Kermit for VMS:
  88.  
  89. CKVKER.COM - A DCL procedure for building C-Kermit from the source files.
  90. This procedure compiles all modules unconditionally.  WARNING: This module
  91. is generated automatically from CKVKER.MAK via:
  92.  
  93.  $ MAKE/KEEP/NOEXECUTE/FORCE/OUT=CKVKER.COM
  94.  
  95. CKVKER.MAK - A makefile used with VMS MAKE (supplied along with C-Kermit
  96. as CKVMAK.*, see below) to build C-Kermit from the source files.  Must be
  97. renamed to "MAKEFILE." before use.
  98.  
  99. CKVMAK.HEX - Source, documentation, and executable for VMS MAKE itself, for
  100. the VAX only.  This is a BACKUP saveset encoded as a printable ASCII text
  101. file using the CKVHEX program.  This software is freely distributable for
  102. noncommercial purposes (see copyright notice in CKVMAK.HLP).
  103.  
  104. CKVMAK.HLP - Instructions for unpacking and installation of VMS MAKE.
  105.  
  106.   NOTE: A newer version of VMS MAKE that also runs on the Alpha 
  107.   AXP can be obtained in source-code form via anonymous ftp from
  108.   kermit.columbia.edu in the vms-make directory.
  109.  
  110. CKVKER.MMS - An obsolete, not recommended MMS build procedure.  Rename this
  111. file to DESCRIP.MMS and then run MMS.  It has been noted, however, that this
  112. is the only one that produces successful linking of the UCX version on an
  113. Alpha AXP (HINT: build with CKVKER.COM, link step will fail, then run MMS to
  114. do the linking).
  115.  
  116. Read CKVINS.DOC for detailed installation instructions.
  117.  
  118.  
  119. C-Kermit Source Files:
  120.  
  121. CKVCON.C   - The VMS C-Kermit CONNECT command.
  122.  
  123. CKVFIO.C   - VMS system-specific file i/o module for C-Kermit.
  124.  
  125. CKVTIO.C   - VMS system-specific communications i/o module for C-Kermit.
  126.  
  127. CKVIOC.H   - ioctl simulation for VMS, needed with DEC TCP/IP product.
  128. CKVIOC.C
  129.  
  130. CKVVMS.H   - Header file used by VMS C-Kermit source files.
  131.  
  132. CKVCVT.C   - A standalone program for decoding labeled files sent to VMS, to
  133. be replaced eventually by code within C-Kermit itself.
  134.  
  135. CKVCVT.COM - DCL procedure for building the CKVCVT program.
  136.  
  137. CKVCVT.HEX - Hexified VAX binary for CKCVT.
  138. CKVACVT.HEX - Hexified Alpha AXP binary for CKCVT.
  139.  
  140.  
  141. Of course, you also need the non-VMS-specific C-Kermit files too:
  142.  
  143. CKC*.C, CKC*.H, CKU*.C, CKU*.H, CKCPRO.W, CKWART.C.
  144.  
  145.  
  146. [End of CKVAAA.HLP]
  147.